NETWORK_UNSPECIFIED

The value NETWORK_UNSPECIFIED indicates no specific network.

For some functions (documented below), a previous binding may be cleared by an invocation with NETWORK_UNSPECIFIED.

Depending on the context it may indicate an error. It is expressly not used to indicate some notion of the "current default network".

extern (C) nothrow @nogc
enum NETWORK_UNSPECIFIED = cast(net_handle_t)0;

Meta